Returns the array item value.
Class
TCustomIBCArray
Syntax
function GetItemValue(const Indices: array of integer): variant;
Parameters
Indices
Holds an array of element indexes in the array (if the array is one-dimensional, there is only one index).
Return Value
the value of an array item.
Remarks
Call the GetItemValue method to get the array item value.
See Also